runtime.g.sig (field)
10 uses
runtime (current package)
panic.go#L1342: gp.sig = 0
panic.go#L1567: if gp.sig != 0 {
panic.go#L1568: signame := signame(gp.sig)
panic.go#L1572: print("[signal ", hex(gp.sig))
runtime2.go#L552: sig uint32
signal_unix.go#L726: gp.sig = sig
signal_unix.go#L918: switch gp.sig {
signal_unix.go#L956: if gp.sig >= uint32(len(sigtable)) {
signal_unix.go#L960: panic(errorString(sigtable[gp.sig].name))
signal_unix.go#L1468: gp.sig = _SIGSEGV
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |